fix VMX decoder for MOVZ instruction.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 2 Nov 2005 10:19:48 +0000 (11:19 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 2 Nov 2005 10:19:48 +0000 (11:19 +0100)
commit37d122dc76664e775331fff982a55bc34a9d05c6
tree4b8554027e3085dc6dab13b855cd563f88aea401
parent1b0e85247f7f9e63f1b1e25007dc38be38ff0637
fix VMX decoder for MOVZ instruction.

In VMX decoder, we always assume the 2 operands of x86 instructions are
in the same length, however, MOVZ is an exception.
This patch fixes MOVZ instruction handling.

Signed-off-by: Xin Li <xin.b.li@intel.com>
Signed-off-by: Dan Xu <dan.d.xu@intel.com>
xen/arch/x86/vmx_platform.c